/* Preloader Style */
.spinner-section{
    width: 100%;
    max-width: 100%;
    height: 100vh;
    min-height: 100vh;
    background: #000;
    position: fixed;
    z-index: 999999;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.loader {
    position: relative;
    width: 100px;
    height: 100px;
    text-align: center;
    border-radius: 50%;
    margin: 75px;
    display: inline-block;
    vertical-align: middle;
}
.preloader {
    border-width: 7px;
    border-style: double;
    -webkit-animation: ball-turn 1s linear infinite;
    animation: ball-turn 1s linear infinite;
}
.preloader::before, 
.preloader::after {
	content: "";
	position: absolute;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	bottom: 0px;
	right: 10px;
	background: #000;
	border-width: 1px;
	border-style: solid;
}
.preloader::after {
	left: 10px;
	top: 0;
}

/* ----------------     KEYFRAMES    ----------------- */
@-webkit-keyframes ball-turn {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes ball-turn {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/* button */
.main-btn {
	display: inline-block;
	vertical-align: middle;
	border: 1px solid #ffffff;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px transparent;
	position: relative;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
	border-radius: 3px;
	color: #fff;
	font-weight: 600;
	padding: 10px 30px;
	text-transform: uppercase;
	cursor: pointer;
}
.main-btn:hover{
	color: #ffffff;
}
.main-btn:active:before, 
.main-btn:focus:before, 
.main-btn:hover:before {
	-webkit-transform: scale(1);
	transform: scale(1);
}
.main-btn:before {
	content: "";
	position: absolute;
	background-color: #333;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border-radius: 3px;
	-webkit-transform: scale(0);
	transform: scale(0);
	-webkit-transition-property: transform;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
.white-btn.main-btn {
	background-color: #ffffff !important;
}
.white-btn.main-btn:hover{
	color: #ffffff;
}

/* carousel dots */
.owl-carousel {
	margin-bottom: 50px;
}
.testimonial-section .owl-dots {
	bottom: 0px;
}
.best-client-list.owl-carousel{
	margin-bottom: 0px;
}
.owl-dots {
	bottom: -50px;
	left: 0;
	position: absolute;
	right: 0;
	text-align: center;
}
.owl-dot {
	border-radius: 3px;
	display: inline-block;
	height: 8px;
	margin: 0 5px;
	-webkit-transition: all 0.2s linear 0s;
	transition: all 0.2s linear 0s;
	width: 15px;
}
.owl-dot.active, .owl-dot:hover {
	width: 25px;
}
/*.dropdown-menu li{
    display: block;
    width: 100%;
    padding: 10px 10px;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}*/
.dropdown.dropdown-masked {
  position: static;
  
  &.open > .dropdown-menu {
    background: #ccc;
    box-shadow: 0 100vh 0 100vh rgba(0,0,0,.5),0 5px 5px rgba(0,0,0,.5);
    width: 100vw;
    border-width: 1px 0 0;
    border-radius: 0;
    margin-left: -1px; // Negative offset for the .navbar left 1px border
  }
}

// Optionally add css animations on dropdowns
.dropdown {
  .dropdown-menu {
    transition: all 0.3s;
    max-height: 0;
    display: block;
    overflow: hidden;
    opacity: 0;
  }

  &.open .dropdown-menu {
    transition: max-height 1s;
    max-height: 100vh;
    opacity: 1;
  }
}

.services-block-three{
  margin-bottom" 30px;
}
.services-block-three i {
    font-size: 32px;
}
.services-block-three>a {
    display: block;
    border: 2px solid #d5d5d5;
    border-radius: 4px;
    text-align: center;
    background: #fff;
    padding: 20px;
    position: relative;
  margin-bottom:30px;
      cursor: auto;
}
.services-block-three>a:before {
    display: block;
    content: "";
    width: 9%;
    height: 17%;
    position: absolute;
    bottom: -2px;
    right: -2px;
    border-bottom: 2px solid #03a9f5;
    border-right: 2px solid #03a9f5;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
}
.services-block-three>a:after {
    display: block;
    content: "";
    width: 9%;
    height: 17%;
    position: absolute;
    top: -2px;
    left: -2px;
    border-top: 2px solid #03a9f5;
    border-left: 2px solid #03a9f5;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
}
.padding-15px-bottom {
    padding-bottom: 15px;
}
.services-block-three h4 {
    color: #6f6f6f;
    font-size: 14px;
    margin-bottom: 10px;
    font-weight: 600;
}
.services-block-three p {
    margin-bottom: 0;
    color: #757575;
    height: 160px;
    text-align: left;
}
.services-block-three>a:hover {
    opacity: 1;
    border-color: #d5d5d5;
    color: #0083de;
}
a:hover, a:active {
    color: #03a9f5;
    text-decoration: none;
}

.services-block-three>a:hover:before, .services-block-three>a:hover:after {
    width: 95%;
    height: 90%;
}


.checkbox_collapse .panel.panel-default {
    padding: 0px !important;
    margin-bottom: 10px;
    border-radius: 0px
}

.checkbox_collapse .panel.panel-default span.circle {
    width: 18px;
    height: 18px;
    position: relative;
    border: 1px solid #ccc;
    margin-right: 10px;
    border-radius: 2px;
    background-color: #fff;
    display: inline-flex;
    vertical-align: middle
}

.checkbox_collapse .panel.panel-default span.circle:after {
    width: 25px;
    content: "";
    background: url(https://image.flaticon.com/icons/svg/64/64484.svg);
    position: absolute;
    left: 3px;
    right: 0;
    margin: 0 auto;
    top: 4px;
    z-index: 99999;
    background-size: 10px;
    height: 25px;
    opacity: 0;
    background-repeat: no-repeat
}

.checkbox_collapse .panel.panel-default a {
    padding: 15px;
    background-color: #0083de;
    color: #fff;
    font-weight: normal;
    text-decoration: none;
    font-size: 14px;
    text-transform: capitalize;
    display: block;
    border-radius: 5px
}

.checkbox_collapse .panel.panel-default a[aria-expanded="false"]:after {
    display: none !important
}

.checkbox_collapse .panel.panel-default a[aria-expanded="false"] span:after {
    opacity: 0
}

.checkbox_collapse .panel.panel-default a[aria-expanded="true"]:after {
    display: none !important
}

.checkbox_collapse .panel.panel-default a[aria-expanded="true"] span:after {
    opacity: 1
}
/*.about-txt p{
    text-align: justify !important;
}
*/
.menu-dropdown {
    position: absolute;
    top: 100%;
    left: 58%;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0.125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 0.25rem;
}
.menu-dropdown li a{
    color: #212529 !important;
    padding: 5px 5px 5px 12px;
}
.main-btn-new {
    display: inline-block;
    vertical-align: middle;
    border: 1px solid #ffffff;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    border-radius: 3px;
    color: #fff;
    font-weight: 600;
    padding: 10px 30px;
    text-transform: uppercase;
    cursor: pointer;
}

/*#servicesnn {
  padding: 60px 0 40px 0;
}*/

#servicesnn .box {
  padding: 30px;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  margin: 0 10px 40px 10px;
  background: #fff;
  /*box-shadow: 0 10px 29px 0 rgba(68, 88, 144, 0.1);*/
  box-shadow: 0 7px 15px 0;
  transition: all 0.3s ease-in-out;
  text-align: center;
  /*border: 1px solid #0083de;*/
  padding: 12px;
  height: 180px;

}

#servicesnn .box:hover {
  transform: scale(1.1);
}

#servicesnn .title {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
}

#servicesnn .box:hover .title a {
  color: #0083de;
  text-decoration: underline;
}
#servicesnn .box:hover .title a:hover {
  text-decoration: none;
}
.margin-top-bottom{
    margin: 40px 0px 40px 0px;
}
li .a1{
    margin-bottom: 71px !important;
}
li .a2{
    margin-bottom: 150px !important;

}
.about-item{
    cursor: auto;
}